PHY SET FLUID POSITION

Set the position of the fluid object.

  Syntax
PHY SET FLUID POSITION ID, x#, y#, z#
  Parameters
ID
Integer
identification number of the fluid object
x#
Float
position of the fluid on the X axis
y#
Float
position of the fluid on the Y axis
z#
Float
position of the fluid on the Z axis

  Returns

  Description

The position of the fluid object can only be modified before it has been built. Attempting to modify the position of fluid after it has been built will result in no change to its position.

  Example Code
No example code is provided for this command